org.eclipse.vtp.desktop.projects.voice
Interface IAudioFile
- All Superinterfaces:
- org.eclipse.core.runtime.IAdaptable, IMediaFile, IMediaResource, IVoiceToolsResource
- All Known Implementing Classes:
- AudioFile
public interface IAudioFile
- extends IMediaFile
This interface represents an audio file resource of either an
application or persona project.
- Version:
- 2.0
- Author:
- Trip Gilman
|
Method Summary |
java.lang.String |
getAlternateText()
|
void |
setAlternateText(java.lang.String alternateText)
Sets the alternate text associated with this audio file to the given
value. |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
getAdapter |
getAlternateText
java.lang.String getAlternateText()
- Returns:
- The alternate text associated with this audio file resource
setAlternateText
void setAlternateText(java.lang.String alternateText)
- Sets the alternate text associated with this audio file to the given
value.
- Parameters:
alternateText - The new alternate text